home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / 3d_hyper / 3d_hyper.dcr / Scripts_27_Version Behavior.ls < prev    next >
Encoding:
Text File  |  2011-06-09  |  148 b   |  8 lines

  1. on beginSprite me
  2.   if the controlDown or the commandDown then
  3.     nothing()
  4.   else
  5.     sprite(me.spriteNum).loc = point(-1000, -1000)
  6.   end if
  7. end
  8.